github.com/andybalholm/brotli.backwardMatch.length_and_code (field)
5 uses
github.com/andybalholm/brotli (current package)
hash.go#L193: length_and_code uint32
hash.go#L198: self.length_and_code = uint32(len << 5)
hash.go#L209: self.length_and_code = uint32(len<<5 | tmp)
hash.go#L213: return uint(self.length_and_code >> 5)
hash.go#L217: var code uint = uint(self.length_and_code) & 31
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |